C++ Essentials 1 introduces students to fundamental programming concepts using C++, preparing them for the CPP - C++ Certified Professional Programmer certification. This course covers basic syntax, data types, and control structures.
C++ is a powerful programming language that s essential in finance, security, networking, gaming, and more. Learning C++ will enhance your technical skills and unlock exciting career paths. C++ Essentials 1 is designed to introduce you to the fundamentals of programming and the C++ language. You’ll learn the foundations of programming, including the compilation process, variables, data types, operators, and the basics of flow control. As you advance, you'll explore data conversions, loops, pointers, functions, and memory management. After completing this course, you'll be prepared to take the CPE C++ Certified Entry-Level Programmer certification exam. Then continue honing your skills with C++ Essentials 2 and C++ Advanced.
Mondays & Wednesdays, 4pm-6pm
C++ Lab A
8-12 (Ages 18+)
Basic computer skills
C++ is a powerful programming language that’s essential in finance, security, networking, gaming, and more. Learning C++ will enhance your technical skills and unlock exciting career paths. C++ Essentials 1 is designed to introduce you to the fundamentals of programming and the C++ language. You’ll learn the foundations of programming, including the compilation process, variables, data types, operators, and the basics of flow control. As you advance, you'll explore data conversions, loops, pointers, functions, and memory management.
Writing your first C++ programs, understanding compilation process, and basic I/O operations.
Working with integers, floating-point numbers, characters, and boolean values.
Using if/else statements, loops, and switch cases to control program flow.